[__bsdi__]: Define BSD4_2.
authorRichard M. Stallman <rms@gnu.org>
Mon, 31 May 1993 22:25:20 +0000 (22:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 31 May 1993 22:25:20 +0000 (22:25 +0000)
src/mem-limits.h

index 31c71dc3e4ed8a9402d29e0a4f29f7e6c6b14109..d4e743f6ed282d857542fb632b2ec6e74ceeb2de 100644 (file)
@@ -5,7 +5,7 @@ This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -22,6 +22,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/resource.h>
 #endif
 
+#ifdef __bsdi__
+#define BSD4_2
+#endif
+
 #ifndef BSD4_2
 #ifndef USG
 #include <sys/vlimit.h>